[INFO] cloning repository https://github.com/treramey/restack
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/treramey/restack" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftreramey%2Frestack", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftreramey%2Frestack'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 84efd2596d0a3e0a7b24d2799076ea93650d1a32
[INFO] testing treramey/restack against master#cced03bfd61a304243a34504618ecec86c17063f for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftreramey%2Frestack" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/treramey/restack
[INFO] finished tweaking git repo https://github.com/treramey/restack
[INFO] tweaked toml for git repo https://github.com/treramey/restack written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/treramey/restack on toolchain cced03bfd61a304243a34504618ecec86c17063f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/treramey/restack already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded hashlink v0.11.0
[INFO] [stderr]   Downloaded rsqlite-vfs v0.1.0
[INFO] [stderr]   Downloaded rusqlite v0.38.0
[INFO] [stderr]   Downloaded supports-color v2.1.0
[INFO] [stderr]   Downloaded dialoguer v0.11.0
[INFO] [stderr]   Downloaded libsqlite3-sys v0.36.0
[INFO] [stderr]   Downloaded sqlite-wasm-rs v0.5.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 389e3132500888a046738f3adb4e29fffabba8fd488a5f39f5218c1f05dce794
[INFO] running `Command { std: "docker" "start" "-a" "389e3132500888a046738f3adb4e29fffabba8fd488a5f39f5218c1f05dce794", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "389e3132500888a046738f3adb4e29fffabba8fd488a5f39f5218c1f05dce794", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "389e3132500888a046738f3adb4e29fffabba8fd488a5f39f5218c1f05dce794", kill_on_drop: false }`
[INFO] [stdout] 389e3132500888a046738f3adb4e29fffabba8fd488a5f39f5218c1f05dce794
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 38877cfded0f1ee38820f12cacd735ee8c6f3e0f08e008a34c692dc6b58c5358
[INFO] running `Command { std: "docker" "start" "-a" "38877cfded0f1ee38820f12cacd735ee8c6f3e0f08e008a34c692dc6b58c5358", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling zerocopy v0.8.40
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling libsqlite3-sys v0.36.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling nix v0.31.2
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling owo-colors v4.3.0
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling hashlink v0.11.0
[INFO] [stderr]    Compiling supports-color v3.0.2
[INFO] [stderr]    Compiling shell-words v1.1.1
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling supports-color v2.1.0
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling tempfile v3.26.0
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling ctrlc v3.5.2
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling dialoguer v0.11.0
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling clap_complete v4.5.66
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling ulid v1.2.1
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling rusqlite v0.38.0
[INFO] [stderr]    Compiling restack v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s
[INFO] running `Command { std: "docker" "inspect" "38877cfded0f1ee38820f12cacd735ee8c6f3e0f08e008a34c692dc6b58c5358", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "38877cfded0f1ee38820f12cacd735ee8c6f3e0f08e008a34c692dc6b58c5358", kill_on_drop: false }`
[INFO] [stdout] 38877cfded0f1ee38820f12cacd735ee8c6f3e0f08e008a34c692dc6b58c5358
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9a23f934b6fdd889ab508d80713f5c5a9788f8ca44e365d2b2308793583aa814
[INFO] running `Command { std: "docker" "start" "-a" "9a23f934b6fdd889ab508d80713f5c5a9788f8ca44e365d2b2308793583aa814", kill_on_drop: false }`
[INFO] [stderr]    Compiling restack v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 11.34s
[INFO] running `Command { std: "docker" "inspect" "9a23f934b6fdd889ab508d80713f5c5a9788f8ca44e365d2b2308793583aa814", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9a23f934b6fdd889ab508d80713f5c5a9788f8ca44e365d2b2308793583aa814", kill_on_drop: false }`
[INFO] [stdout] 9a23f934b6fdd889ab508d80713f5c5a9788f8ca44e365d2b2308793583aa814
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+cced03bfd61a304243a34504618ecec86c17063f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 872009e71be9fb8be646948fe4d92c4a27a87896e956b136fa7892ea7fd37c96
[INFO] running `Command { std: "docker" "start" "-a" "872009e71be9fb8be646948fe4d92c4a27a87896e956b136fa7892ea7fd37c96", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.26s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/restack-feec4b5f957ceb25)
[INFO] [stdout] 
[INFO] [stdout] running 96 tests
[INFO] [stdout] test config::repo_config::tests::test_load_repo_config_file_not_found ... ok
[INFO] [stdout] test config::repo_config::tests::test_default_restack_yml_parses ... ok
[INFO] [stdout] test config::repo_config::tests::test_ordinal_is_position ... ok
[INFO] [stdout] test config::repo_config::tests::test_parse_empty_environments ... ok
[INFO] [stdout] test config::repo_config::tests::test_parse_full_entry ... ok
[INFO] [stdout] test config::repo_config::tests::test_parse_invalid_yaml ... ok
[INFO] [stdout] test config::repo_config::tests::test_validate_no_duplicate_branches_detects_duplicate ... ok
[INFO] [stdout] test config::repo_config::tests::test_parse_empty_list ... ok
[INFO] [stdout] test config::repo_config::tests::test_parse_simple_string_entry ... ok
[INFO] [stdout] test config::repo_config::tests::test_serialize_config ... ok
[INFO] [stdout] test config::repo_config::tests::test_validate_no_duplicate_branches_env_name_collision ... ok
[INFO] [stdout] test config::repo_config::tests::test_validate_no_duplicate_branches_ok ... ok
[INFO] [stdout] test config::repo_config::tests::test_validate_no_duplicate_branches_with_simple_entries ... ok
[INFO] [stdout] test config::repo_config::tests::test_validate_production_branch_collision_detects_collision ... ok
[INFO] [stdout] test config::repo_config::tests::test_parse_full_entry_no_branch ... ok
[INFO] [stdout] test config::repo_config::tests::test_validate_production_branch_collision_ok ... ok
[INFO] [stdout] test config::repo_config::tests::test_validate_version_invalid ... ok
[INFO] [stdout] test config::repo_config::tests::test_validate_version_valid ... ok
[INFO] [stdout] test core::env_sync_service::tests::test_reconcile_adds_new_environments ... ok
[INFO] [stdout] test core::env_sync_service::tests::test_count_topics_in_env ... ok
[INFO] [stdout] test core::env_sync_service::tests::test_reconcile_blocks_removal_of_environments_with_topics ... ok
[INFO] [stdout] test core::env_sync_service::tests::test_update_env_changes_fields ... ok
[INFO] [stdout] test core::env_sync_service::tests::test_reconcile_updates_changed_environments ... ok
[INFO] [stdout] test core::env_sync_service::tests::test_reconcile_removes_environments_with_no_topics ... ok
[INFO] [stdout] test core::repo_service::tests::test_find_git_repo_root_not_found ... ok
[INFO] [stdout] test core::env_sync_service::tests::test_ordinal_from_position ... ok
[INFO] [stdout] test core::repo_service::tests::test_find_git_repo_root_finds_git ... ok
[INFO] [stdout] test core::repo_service::tests::test_find_git_repo_root_walks_up ... ok
[INFO] [stdout] test core::env_sync_service::tests::test_reconcile_empty_yaml_removes_all_envs_without_topics ... ok
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmpnIOHG5/my-repo/.git/
[INFO] [stdout] [master (root-commit) 174d716] initial
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 README.md
[INFO] [stderr] From .
[INFO] [stderr]  * [new branch]      dev        -> origin/dev
[INFO] [stderr]  * [new branch]      master     -> origin/master
[INFO] [stderr]  * [new branch]      staging    -> origin/staging
[INFO] [stdout] test core::repo_service::tests::test_resolve_repo_not_found_by_name ... ok
[INFO] [stdout] test error::tests::test_error_ambiguous_repo_name_display ... ok
[INFO] [stdout] test error::tests::test_error_not_in_tracked_repo_display ... ok
[INFO] [stdout] test error::tests::test_error_repo_not_found_by_name_display ... ok
[INFO] [stdout] test git::primitives::tests::test_extract_topics_empty ... ok
[INFO] [stdout] test git::primitives::tests::test_extract_topics_no_matches ... ok
[INFO] [stdout] test git::primitives::tests::test_extract_topics_standard ... ok
[INFO] [stdout] test core::repo_service::tests::test_resolve_repo_not_in_tracked_repo ... ok
[INFO] [stdout] test git::primitives::tests::test_merge_result_serde ... ok
[INFO] [stdout] test git::primitives::tests::test_parse_conventional_breaking_bang ... ok
[INFO] [stdout] test git::primitives::tests::test_parse_conventional_breaking_keyword ... ok
[INFO] [stdout] test git::primitives::tests::test_parse_conventional_simple ... ok
[INFO] [stdout] test git::primitives::tests::test_parse_conventional_skips_non_conventional ... ok
[INFO] [stdout] test git::primitives::tests::test_parse_conventional_with_scope ... ok
[INFO] [stdout] test git::primitives::tests::test_parse_provider_url_azure ... ok
[INFO] [stdout] test git::primitives::tests::test_parse_provider_url_bitbucket ... ok
[INFO] [stdout] test git::primitives::tests::test_parse_provider_url_github ... ok
[INFO] [stdout] test git::primitives::tests::test_parse_provider_url_unknown ... ok
[INFO] [stdout] test git::primitives::tests::test_provider_display ... ok
[INFO] [stdout] test git::primitives::tests::test_provider_serde_roundtrip ... ok
[INFO] [stdout] test id::tests::conflict_id_new ... ok
[INFO] [stdout] test id::tests::env_id_new ... ok
[INFO] [stdout] test id::tests::rebuild_id_new ... ok
[INFO] [stdout] test id::tests::repo_id_new ... ok
[INFO] [stdout] test id::tests::repo_id_parse_invalid_ulid ... ok
[INFO] [stdout] test id::tests::repo_id_parse_with_prefix ... ok
[INFO] [stdout] test id::tests::repo_id_parse_without_prefix_fails ... ok
[INFO] [stdout] test id::tests::repo_id_serde ... ok
[INFO] [stdout] test id::tests::topic_id_new ... ok
[INFO] [stdout] test provider::azure::tests::test_ci_status_json_parsing ... ok
[INFO] [stdout] test provider::azure::tests::test_list_prs_json_parsing ... ok
[INFO] [stdout] test provider::azure::tests::test_merge_strategy_to_azure ... ok
[INFO] [stdout] test provider::azure::tests::test_parse_azure_slug_https ... ok
[INFO] [stdout] test provider::azure::tests::test_parse_azure_slug_invalid ... ok
[INFO] [stdout] test provider::azure::tests::test_parse_azure_slug_ssh ... ok
[INFO] [stdout] test provider::azure::tests::test_parse_azure_slug_visualstudio ... ok
[INFO] [stdout] test provider::azure::tests::test_pipeline_run_response_parsing ... ok
[INFO] [stdout] test provider::github::tests::test_ci_status_json_parsing ... ok
[INFO] [stdout] test provider::github::tests::test_create_pr_json_parsing ... ok
[INFO] [stdout] test provider::github::tests::test_derive_overall_status_all_pass ... ok
[INFO] [stdout] test provider::github::tests::test_derive_overall_status_any_fail ... ok
[INFO] [stdout] test provider::github::tests::test_derive_overall_status_empty ... ok
[INFO] [stdout] test provider::github::tests::test_derive_overall_status_pending ... ok
[INFO] [stdout] test provider::github::tests::test_list_prs_json_parsing ... ok
[INFO] [stdout] test provider::github::tests::test_merge_strategy_serde_roundtrip ... ok
[INFO] [stdout] test provider::github::tests::test_parse_github_slug_https ... ok
[INFO] [stdout] test provider::github::tests::test_parse_github_slug_invalid ... ok
[INFO] [stdout] test provider::github::tests::test_parse_github_slug_no_dotgit ... ok
[INFO] [stdout] test provider::github::tests::test_parse_github_slug_ssh ... ok
[INFO] [stdout] test provider::github::tests::test_workflow_run_json_parsing ... ok
[INFO] [stdout] test version::tests::bump_major ... ok
[INFO] [stdout] test version::tests::bump_minor ... ok
[INFO] [stdout] test version::tests::bump_patch ... ok
[INFO] [stdout] test version::tests::bump_type_from_str ... ok
[INFO] [stdout] test version::tests::display ... ok
[INFO] [stdout] test version::tests::parse_invalid ... ok
[INFO] [stdout] test version::tests::parse_plain ... ok
[INFO] [stdout] test version::tests::parse_with_v_prefix ... ok
[INFO] [stdout] test version::tests::serde_roundtrip ... ok
[INFO] [stdout] test version::tests::to_tag ... ok
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/.tmp2j5AZE/.git/
[INFO] [stdout] test core::repo_service::tests::test_resolve_repo_from_cwd ... ok
[INFO] [stdout] test core::repo_service::tests::test_resolve_repo_by_id ... ok
[INFO] [stdout] test core::repo_service::tests::test_add_repo_without_discover_includes_hint ... ok
[INFO] [stdout] test core::repo_service::tests::test_resolve_repo_by_name ... ok
[INFO] [stdout] [master (root-commit) 8f6ccef] test commit
[INFO] [stdout]  1 file changed, 1 insertion(+)
[INFO] [stdout]  create mode 100644 test.txt
[INFO] [stdout] test git::primitives::tests::test_log_since_percent_format ... ok
[INFO] [stdout] test core::repo_service::tests::test_add_repo_with_discover_includes_discovery ... ok
[INFO] [stdout] test core::rebuild_service::tests::test_rebuild_from_outside_repo ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- core::rebuild_service::tests::test_rebuild_from_outside_repo stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'core::rebuild_service::tests::test_rebuild_from_outside_repo' (44) panicked at src/core/rebuild_service.rs:543:9:
[INFO] [stdout] rebuild_env should succeed using DB path, got error: Some(Git(CommandFailed { code: 128, stderr: "fatal: ambiguous argument 'origin/main': unknown revision or path not in the working tree.\nUse '--' to separate paths from revisions, like this:\n'git <command> [<revision>...] -- [<file>...]'" }))
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5c434f6c0098 - std[929523f510218772]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5c434f6c0098 - std[929523f510218772]::backtrace_rs::backtrace::trace_unsynchronized::<std[929523f510218772]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5c434f6c0098 - std[929523f510218772]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5c434f6c0098 - <<std[929523f510218772]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[28b146924c2f19c6]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5c434f6d6cda - <core[28b146924c2f19c6]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5c434f6d6cda - core[28b146924c2f19c6]::fmt::write
[INFO] [stdout]    6:     0x5c434f6c4cc2 - std[929523f510218772]::io::default_write_fmt::<alloc[95e62e727ddf147d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5c434f6c4cc2 - <alloc[95e62e727ddf147d]::vec::Vec<u8> as std[929523f510218772]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5c434f69cec6 - <std[929523f510218772]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5c434f69cec6 - std[929523f510218772]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5c434f6b79d9 - std[929523f510218772]::panicking::default_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5c434f460d9c - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x5c434f460d9c - test[6ec0502068880816]::test_main_inner::<test[6ec0502068880816]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5c434f6b7b92 - <alloc[95e62e727ddf147d]::boxed::Box<dyn for<'a, 'b> core[28b146924c2f19c6]::ops::function::Fn<(&'a std[929523f510218772]::panic::PanicHookInfo<'b>,), Output = ()> + core[28b146924c2f19c6]::marker::Sync + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::Fn<(&std[929523f510218772]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x5c434f6b7b92 - std[929523f510218772]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5c434f69cf82 - std[929523f510218772]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5c434f691ed9 - std[929523f510218772]::sys::backtrace::__rust_end_short_backtrace::<std[929523f510218772]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5c434f69dd1d - __rustc[acf6043c977865fb]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5c434f6d749c - core[28b146924c2f19c6]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5c434f261080 - restack[d0b89173845a4372]::core::rebuild_service::tests::test_rebuild_from_outside_repo
[INFO] [stdout]                                at /opt/rustwide/workdir/src/core/rebuild_service.rs:543:9
[INFO] [stdout]   20:     0x5c434f259397 - restack[d0b89173845a4372]::core::rebuild_service::tests::test_rebuild_from_outside_repo::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/core/rebuild_service.rs:439:40
[INFO] [stdout]   21:     0x5c434f265e26 - <restack[d0b89173845a4372]::core::rebuild_service::tests::test_rebuild_from_outside_repo::{closure#0} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5c434f453e7b - <fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5c434f453e7b - test[6ec0502068880816]::__rust_begin_short_backtrace::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, fn() -> core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:724:18
[INFO] [stdout]   24:     0x5c434f4616f5 - test[6ec0502068880816]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:74
[INFO] [stdout]   25:     0x5c434f4616f5 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   26:     0x5c434f4616f5 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x5c434f4616f5 - std[929523f510218772]::panicking::catch_unwind::<core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>, core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5c434f4616f5 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<test[6ec0502068880816]::run_test_in_process::{closure#0}>, core[28b146924c2f19c6]::result::Result<(), alloc[95e62e727ddf147d]::string::String>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5c434f4616f5 - test[6ec0502068880816]::run_test_in_process
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:747:27
[INFO] [stdout]   30:     0x5c434f4616f5 - test[6ec0502068880816]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:668:43
[INFO] [stdout]   31:     0x5c434f45c254 - test[6ec0502068880816]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/test/src/lib.rs:698:41
[INFO] [stdout]   32:     0x5c434f45c254 - std[929523f510218772]::sys::backtrace::__rust_begin_short_backtrace::<test[6ec0502068880816]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x5c434f464772 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   34:     0x5c434f464772 - <core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   35:     0x5c434f464772 - std[929523f510218772]::panicking::catch_unwind::do_call::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x5c434f464772 - std[929523f510218772]::panicking::catch_unwind::<(), core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x5c434f464772 - std[929523f510218772]::panic::catch_unwind::<core[28b146924c2f19c6]::panic::unwind_safe::AssertUnwindSafe<std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x5c434f464772 - std[929523f510218772]::thread::lifecycle::spawn_unchecked::<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   39:     0x5c434f464772 - <std[929523f510218772]::thread::lifecycle::spawn_unchecked<test[6ec0502068880816]::run_test::{closure#1}, ()>::{closure#1} as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5c434f6bf4ef - <alloc[95e62e727ddf147d]::boxed::Box<dyn core[28b146924c2f19c6]::ops::function::FnOnce<(), Output = ()> + core[28b146924c2f19c6]::marker::Send> as core[28b146924c2f19c6]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   41:     0x5c434f6bf4ef - <std[929523f510218772]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/cced03bfd61a304243a34504618ecec86c17063f/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   42:     0x7ed675d30aa4 - <unknown>
[INFO] [stdout]   43:     0x7ed675dbda64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     core::rebuild_service::tests::test_rebuild_from_outside_repo
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 95 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.64s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin restack`
[INFO] running `Command { std: "docker" "inspect" "872009e71be9fb8be646948fe4d92c4a27a87896e956b136fa7892ea7fd37c96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "872009e71be9fb8be646948fe4d92c4a27a87896e956b136fa7892ea7fd37c96", kill_on_drop: false }`
[INFO] [stdout] 872009e71be9fb8be646948fe4d92c4a27a87896e956b136fa7892ea7fd37c96
